-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditionally render pipeline modals #3300
Conditionally render pipeline modals #3300
Conversation
2fbdccd
to
26fcbae
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3300 +/- ##
==========================================
- Coverage 84.84% 84.78% -0.07%
==========================================
Files 1308 1308
Lines 29225 29230 +5
Branches 7893 7914 +21
==========================================
- Hits 24797 24782 -15
- Misses 4428 4448 +20
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: christianvogt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
26fcbae
to
4c93915
Compare
/lgtm |
Towards RHOAIENG-12117
Description
Update usage of pipeline Archive, Restore, and View server modals to render them only when they would be shown rather than having them be rendered but hidden.
How Has This Been Tested?
Run thru the UI and check that then modals are shown only when they should be shown.
Pipelines
tabPipeline server actions
menu and chooseView pipeline server configuration
View pipeline server
modal is shownPipelines
tabView runs
Actions
menu and chooseArchive
Archiving run
modal is shownExperiments
nav item, thenExperiments and Runs
Archive
Archiving experiment?
modal is shown.Experiments
nav item, thenExperiments and Runs
Archive
tabRestore
Restore experiment?
modal is shown.Data Science Pipelines
nav itemConfigure pipeline server
buttonConfigure pipeline server
modal is shown.Data Science Pipelines
nav itemImport pipeline
buttonImport pipeline
modal is shown.Experiments
nav item, thenExperiments and Runs
Create experiment
buttonCreate experiment
modal is shown.Test Impact
Current tests already test these modals.
Request review criteria:
Self checklist (all need to be checked):